golang.org/x/net/internal/socks.Dialer.pathAddrs (method)
10 uses
golang.org/x/net/internal/socks (current package)
socks.go#L153: proxy, dst, _ := d.pathAddrs(address)
socks.go#L157: proxy, dst, _ := d.pathAddrs(address)
socks.go#L169: proxy, dst, _ := d.pathAddrs(address)
socks.go#L175: proxy, dst, _ := d.pathAddrs(address)
socks.go#L189: proxy, dst, _ := d.pathAddrs(address)
socks.go#L193: proxy, dst, _ := d.pathAddrs(address)
socks.go#L198: proxy, dst, _ := d.pathAddrs(address)
socks.go#L212: proxy, dst, _ := d.pathAddrs(address)
socks.go#L223: proxy, dst, _ := d.pathAddrs(address)
socks.go#L247: func (d *Dialer) pathAddrs(address string) (proxy, dst net.Addr, err error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |